float a = pow(8, 0); // Assign 1 to a
float b = pow(3, 1); // Assign 3 to b
float c = pow(4, 1); // Assign 4 to c